func github.com/klauspost/compress/zstd/internal/xxhash.appendUint64
6 uses
github.com/klauspost/compress/zstd/internal/xxhash (current package)
xxhash.go#L166: b = appendUint64(b, d.v1)
xxhash.go#L167: b = appendUint64(b, d.v2)
xxhash.go#L168: b = appendUint64(b, d.v3)
xxhash.go#L169: b = appendUint64(b, d.v4)
xxhash.go#L170: b = appendUint64(b, d.total)
xxhash.go#L195: func appendUint64(b []byte, x uint64) []byte {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |